option, select {
  color: white;
  background: hsla(0, 0%, 100%, 0);
}

select option{
  background-color: black;
}

.bg-white{
  background-color: white;
  color: black;
}

#quote_app_type{
  width: 100%;
    height: 60px;
    padding: 0px 20px;
    font-size: 24px;
    margin-bottom: 0px;
}

.form-block{
    max-width: unset;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }
  
  .w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px!important;
    border-bottom-width: 4px!important;
    border-left-width: 4px!important;
    border-right-width: 4px!important;
    border-top-color: #3898ec!important;
    border-bottom-color: #3898ec!important;
    border-left-color: #3898ec!important;
    border-right-color: #3898ec!important;
  }

  .radio-input.w--redirected-checked ~ .radio-circle-box {
    border-color: #fff;
    background-color: #3898ec;
}
  
  .w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  
  .w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  
  .w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
  }
  
  .w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }
  

  
  h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 108%;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  
  h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 108%;
    font-weight: 300;
  }
  
  p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  
  .navigation-vertical {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100vh;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right: 1px solid #fff;
  }
  
  .top-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .nav-text-wrap {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .nav-text {
    width: 153px;
    margin-bottom: 0px;
    -webkit-transform: translate(-1px, -60px) rotate(-90deg);
    -ms-transform: translate(-1px, -60px) rotate(-90deg);
    transform: translate(-1px, -60px) rotate(-90deg);
    line-height: 26px;
  }
  
  .hamburger {
    width: 28px;
    margin-bottom: 28px;
  }
  
  .search-icon {
    width: 24px;
    height: 24px;
  }
  
  
  .navigation {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-left: 74px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-color: #141414;
  }
  
  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #fff;
    background-color: #232323;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .nav-button:hover {
    background-color: #414141;
  }
  
  .section {
    padding-top: 160px;
    padding-bottom: 0px;
  }

  
  .section-header {
    margin-bottom: 32px;
  }
  
  .section-header.large-header {
    margin-bottom: 64px;
  }
  
  .section-header.medium-header {
    margin-bottom: 40px;
  }
  
  .section-header.small-header {
    margin-bottom: 16px;
  }
  
  .full-image {
    width: 100%;
  }
  
  .image-view {
    position: relative;
    margin-bottom: 16px;
  }
  
  .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, 0.4);
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
  }
  
  .number.active {
    background-color: #fff;
    color: #141414;
  }
  
  .products-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .product-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    padding: 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #141414;
    -webkit-transition: margin-top 200ms ease;
    transition: margin-top 200ms ease;
  }
  
  .product-box.active {
    margin-top: -40px;
  }
  
  .product-text {
    max-width: 200px;
    margin-bottom: 22px;
  }
  
  .product-number {
    position: absolute;
    top: 6px;
    right: 19px;
    color: #141414;
    font-size: 80px;
    line-height: 82px;
    font-weight: 700;
    text-shadow: -1px 0 0 #727272, 0 1px 0 #727272, 1px 0 0 #727272, 0 -1px 0 #727272;
  }
  
  .arrow-link {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
    -webkit-transition: color 200ms ease, background-color 200ms ease, padding 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, padding 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .arrow-link:hover {
    padding-left: 14px;
    color: #c2c2c2;
  }
  
  .link-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .link-arrow {
    width: 14px;
    height: 12px;
    margin-left: 12px;
  }
  
  .number-one {
    position: absolute;
    left: 50%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .number-two {
    position: absolute;
    left: 34%;
    top: 78%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .number-three {
    position: absolute;
    left: 72%;
    top: 71%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .new-element {
    position: absolute;
    left: 50%;
    top: 82%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .number-five {
    position: absolute;
    left: 16%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .logotypes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .logo-line {
    width: 2px;
    height: 16px;
    margin-top: 2px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fff;
  }
  
  .weblocs-logo {
    width: 122px;
    margin-top: -4px;
  }
  
  .number-one-copy {
    position: absolute;
    left: 50%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .element-four {
    position: absolute;
    left: 50%;
    top: 79%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .number-four {
    position: absolute;
    left: 50%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .nav-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .youtube-link {
    margin-right: 40px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .youtube-link:hover {
    opacity: 0.7;
  }
  
  .blocs-link {
    margin-right: 40px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .blocs-link:hover {
    opacity: 0.7;
  }
  
  .link {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .link:hover {
    opacity: 0.7;
  }
  
  .button {
    display: inline-block;
    height: 60px;
    padding-right: 45px;
    padding-left: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4e54e4;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    line-height: 42px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .button:hover {
    background-color: #3e43c3;
  }
  
  .button.mid-button {
    min-width: 260px;
  }

  .glow-on-hover{
    height: 50px!important;
    padding: 17px 26px!important;
    border: none;
    outline: none;
    color: #fff!important;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    line-height: 16px!important;
    font-weight: 900!important;
  }

  .onquote{
    display: flex;
    width: 100%;
    text-align: center;
    height: 70px!important;
    font-size: 24px!important;
    margin-top: 2.5em;
  }
  
  .checkbox-label {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  
  .radio-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 290px;
    margin-bottom: 0px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
  }
  
  .checkbox {
    width: 32px;
    height: 32px;
    margin-top: 0px;
    margin-right: 24px;
    margin-left: -32px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
  }
  
  .checkbox:hover {
    background-color: rgba(56, 152, 236, 0.07);
  }
  
  .checkbox.w--redirected-checked {
    border-color: #fff;
    background-color: #3898ec!important;
    background-image: none;
  }
  
  .qustion-number-box {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #767676;
  }
  
  .label {
    color: #b4b4b4;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .question {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .question.active-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .question-wrapper {
    position: relative;
  }
  
  .radio-input {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-color: #ccc;
    border-radius: 0%;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: background-color 200ms ease, border-color 200ms ease;
    transition: background-color 200ms ease, border-color 200ms ease;
  }
  
  .radio-input:active {
    box-shadow: 0 0 0 0 transparent;
  }
  
  .radio-input.w--redirected-checked {
    border-width: 2px;
    border-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.03);
  }
  
  .button-box {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .button-box.button-top-margin {
    margin-top: 72px;
  }
  
  .submit-buttonq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 64px;
    padding-right: 45px;
    padding-left: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #141414;
    font-weight: 500;
    cursor: pointer;
  }
  
  .submit-buttonq:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  
  .submit-buttonq.mid-button {
    min-width: 260px;
  }
  
  .submit-buttonq.not-active {
    background-color: #353535;
  }
  
  .radio-sub-text {
    position: relative;
    max-width: 220px;
    color: #949494;
    font-size: 15px;
    font-weight: 400;
  }
  
  .question-center-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-left: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .radio-main-text {
    position: relative;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
  }
  
  .radio-main-text.smaller-text {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 24px;
  }
  
  .meeting-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .question-center-box {
    width: 100%;
    max-width: 400px;
  }
  
  .question-center-box.align-center {
    text-align: center;
  }
  
  .question-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .price {
    margin-top: 8px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
  }
  
  .radio-circle-box {
    position: absolute;
    bottom: 40px;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 100%;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
  }
  
  .radio-buttons {
    display: -ms-grid;
    display: grid;
    height: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  
  .container-2 {
    width: 100%;
    max-width: 1220px;
    padding-right: 60px;
    padding-left: 60px;
  }
  
  .container-2.question-container {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  
  .text-field {
    height: 60px;
    padding-right: 24px;
    padding-left: 24px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 #767676;
    background-color: transparent;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #fff;
    font-weight: 400;
  }
  
  .text-field:active {
    border-bottom-color: #fff;
  }
  
  .text-field:focus {
    border-bottom-color: #fff;
  }

  .text-field.bg-white-form{
    background-color: #fff;
    color: #141414;
  }

.subscribe-field.bg-white-form{
  color: black;
}

.text-field.bg-white-form::-webkit-input-placeholder {
  color: #00000091!important;
  font-size: 18px;
  font-weight: 500;
}

.text-field.bg-white-form:-ms-input-placeholder {
  color: #00000091!important;
  font-size: 18px;
  font-weight: 500;
}

.text-field.bg-white-form::-ms-input-placeholder {
  color: #00000091!important;
  font-size: 18px;
  font-weight: 500;
}

.text-field.bg-white-form::placeholder {
  color: #00000091!important;
  font-size: 18px;
  font-weight: 500;
}

.text-field.bg-white-form:active,
.text-field.bg-white-form:focus{
  border-bottom-color: black!important;
}

.submit-buttonq.bg-white-form{
  color:white;
  background-color: #141414;
}
  
  /* .form {
    background-color: transparent;
    display: unset;
  } */
  
  .price-box {
    position: fixed;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 40px;
    padding: 32px 40px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #1a1a1a;
  }
  
  .input-box {
    margin-bottom: 40px;
  }
  
  .success-message {
    padding-top: 68px;
    padding-bottom: 68px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
  }
  
  .text {
    font-size: 22px;
  }
  
  @media screen and (max-width: 767px) {
    .nav-text-wrap {
      display: none;
    }
  
    .nav-button {
      display: none;
    }

    .radio-buttons{
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }
  }
  